[code sync] Merge code from sonic-net/sonic-buildimage:202511 to 202511_azd#2743
Merged
mssonicbld merged 5 commits intoJul 24, 2026
Merged
Conversation
mssonicbld
commented
Jul 23, 2026
Collaborator
…-agnostic (#28568) #### Why I did it `docker-dash-engine` builds `FROM p4lang/behavioral-model:latest`, whose `:latest` tag resolves to different Ubuntu bases across mirrors: - a newer PEP 668 base, where a plain system `pip3 install` is refused (`error: externally-managed-environment`), and - an older base whose `pip3` does not support `--break-system-packages` (`no such option: --break-system-packages`). So a plain install breaks on the first base and a `--break-system-packages` install breaks on the second; the step fails on one base or the other depending on which image `:latest` currently points to. ##### Work item tracking - Microsoft ADO **(number only)**: #### How I did it - `platform/vs/docker-dash-engine/Dockerfile.j2`: install with `--break-system-packages` and fall back to a plain `pip3 install`, so the package installs regardless of whether the base `pip3` supports the flag: `RUN pip3 install --break-system-packages supervisord-dependent-startup || pip3 install supervisord-dependent-startup` - `scripts/docker_version_control.sh`: add `p4lang/behavioral-model` to the reproducible-build version-control whitelist so its digest recorded in `versions-docker` is actually pinned at build time (reduces `:latest` drift). #### How to verify it Build the `docker-dash-engine` image / `target/sonic-vs.img.gz`; the `supervisord-dependent-startup` install succeeds on both a PEP 668 base and an older base. #### Which release branch to backport (provide reason below if selected) This is a build fix; it can be backported to active release branches that build `docker-dash-engine` and hit the same base-image drift. - [ ] 202305 - [ ] 202311 - [ ] 202405 - [ ] 202411 - [ ] 202505 - [ ] 202511 - [ ] 202512 - [ ] 202605 - [ ] 202608 #### Tested branch - [x] master #### Test result Verified on both base variants. The PR CI (`Azure.sonic-buildimage`) build passed on this commit — all `BuildVS` (vs / alpinevs / vpp) and platform `Build` jobs are green; the public CI base exercises the older-pip path (the fallback to a plain `pip3 install`). The PEP 668 (Ubuntu 24.04) base path was verified on a separate internal build. #### Description for the changelog docker-dash-engine: install supervisord-dependent-startup so it works on both PEP 668 and older pip bases, and pin the p4lang base in version control. #### Link to config_db schema for YANG module changes N/A. No YANG or config_db schema changes. Signed-off-by: Sonic Build Admin <sonicbld@microsoft.com>
Collaborator
Author
|
/azp run |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
…lly (#28557) #### Why I did it src/sonic-swss ``` * a7aded92 - (HEAD -> 202511, origin/202511) hftelorch: minor improvements and cleanups for high frequency telemetry (#4315) (#4701) (2 days ago) [Ze Gan] ``` #### How I did it #### How to verify it #### Description for the changelog
…D automatically (#28589) #### Why I did it src/sonic-platform-daemons ``` * bf691af - (HEAD -> 202511, origin/202511) [202511] Continue CMIS state even if Decommission fails (Azure#859) (22 hours ago) [Prince George] * 08576c0 - [xcvrd] Support mixed application codes in CMIS decommission logic (Azure#794) (Azure#860) (22 hours ago) [mihirpat1] ``` #### How I did it #### How to verify it #### Description for the changelog
…omatically (#28590) #### Why I did it src/sonic-swss-common ``` * e59457c - (HEAD -> 202511, origin/202511) replace python3-pip with uv (Azure#1226) (22 hours ago) [yijingyan2] ``` #### How I did it #### How to verify it #### Description for the changelog
…into 202511_azd
mssonicbld
force-pushed
the
sonicbld/202511_azd-merge
branch
from
July 24, 2026 03:02
e37e9e7 to
a58ad59
Compare
Collaborator
Author
|
/azp run |
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.